home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / blank / Matrix.readme < prev    next >
Encoding:
Text File  |  2002-02-08  |  5.3 KB  |  127 lines

  1. Short:        Configurable DPMS blanker [68k/MorphOS]
  2. Author:       Olivier Fabre <off@free.fr>
  3. Uploader:     Olivier Fabre <off@free.fr>
  4. Version:      1.8
  5. Type:         util/blank
  6. Requires:     OS3.1; CGX/P96 for DPMS
  7. Date:         31.01.2002
  8. Www:          http://off.free.fr/matrix/
  9. Distribution: Freeware
  10.  
  11. [version française plus bas]
  12.  
  13. === ENGLISH =====
  14.  
  15. Matrix is a configurable, system friendly screen blanker (commodity, tested
  16. with MuForce/MuGuardianAngel).
  17.  
  18. It  will  work  on OCS/ECS/AGA, but requires CGX or P96 for DPMS management
  19. (power consumption reduction).
  20.  
  21. Sorry,   still  no  DPMS  for  ECS/AGA:  I  lack  time,  documentation  and
  22. motivation.  But if you can help with some working code, do not hesitate to
  23. mail me.
  24.  
  25. Installation  is  easy : just drag it into WBStartup and edit the tooltypes
  26. if you wish to change the default settings.
  27.  
  28. French and English AmigaGuide docs included.
  29.  
  30.  
  31. ===== Changes since last Aminet release (v1.6 - 03.02.2001):
  32.  
  33. === v1.8 (31.01.2002)
  34.  
  35. ·  Fixed graphic bug introduced in 1.7: character erasure was one pixel too
  36. big horizontally and vertically.
  37. · Changed default screen selection (when no modeid is given): now opens a 4
  38. (under AGA) or 8 (under CGX) bits depth screen, of the same size as the WB,
  39. or  of  the  size  given  by the Width and Height tooltypes. If that fails,
  40. clone  the  WB  screen (that was the default behaviour previously). Using a
  41. lower  depth  screen  should improve the speed (and it is necessary for the
  42. ColourCycle option to work).
  43. · Added Colour option to change the Matrix colour. [Rafo]
  44. ·  Added  ColourCycle  option  to cycle through all colours of the palette,
  45. like the WB blanker does...
  46. ·   Changed   ThreadsLength  to  be  a  percentage  of  the  screen  height
  47. (threadslength=100  means  1  thread  per  column  in  average,  50 means 2
  48. threads, etc.). Default value 75.
  49. ·  Changed  commodity  name  from  "Matrix  Blanker" to "MatrixBlanker" for
  50. MagicExchange usage. [DET Nicolas]
  51. · Minor fixes and improvements...
  52.  
  53. === v1.7 (16.12.2001 - webpage release)
  54.  
  55. · BugFix: I was freeing a MsgPort with DeletePort() instead of
  56. DeleteMsgPort() [Frank Wille].
  57. · BugFix: Could read upto 9 modeid and crash since the limit was 5.
  58. · Much faster under CGX3 and CGX4+FORCECHUNKY=0 [thanks to Massimo
  59. Tantignone].
  60. · Rendering problem under the latest CGX versions (like under MOS) fixed
  61. (but I think that they were due to a bug in CGX).
  62. · Now all arguments will be set to the min/max bound instead of the default
  63. value if they are out of bounds (ie timeout=2 will be changed to 4, not
  64. 240).
  65. · Compiled with VBCC 0.8a, with more optimisations, for 68000/020/040 and
  66. MorphOS.
  67. · Removed all reference to ECS/AGA for the MorphOS version.
  68. · Minor changes and source cleanup.
  69.  
  70.  
  71. === FRANÇAIS =====
  72.  
  73. Matrix est un économiseur d'écran "system friendly" (c'est une commodité,
  74. il a été testé avec MuForce et MuGuardianAngel).
  75.  
  76. Il marche sur OCS/ECS/AGA, mais nécessite CGX ou P96 pour le DPMS
  77. (réduction de la consommation électrique du moniteur). Désolé, toujours pas
  78. de DPMS pour ECS/AGA: je manque de doc, de temps et de motivation. Mais si
  79. vous pouvez m'aider, n'hésitez pas à m'écrire.
  80.  
  81. L'installation est très simple : déplacez simplement son icone dans le
  82. tiroir WBStartup puis éditez les types d'outil si vous désirez changer les
  83. réglages par défaut.
  84.  
  85. Documentation en français au format AmigaGuide dans l'archive.
  86.  
  87.  
  88. ===== Changements depuis la v1.6 (03.02.2001):
  89.  
  90. === v1.8 (31.01.2002)
  91.  
  92. · Corrigé un bug graphique introduit dans la version 1.7: le rectangle noir
  93. servant à effaçer les caractères était trop gros d'un pixel horizontalement
  94. et verticalement.
  95. ·  Changé  la  sélection  de  l'écran  par défaut (quand aucun ModeID n'est
  96. donné):  ouvre maintenant un écran d'une profondeur de 4 bits (en AGA) ou 8
  97. bits (sous CGX/P96), d'une taille définie par les tooltypes Width et Height
  98. ou  de  celle  du  WB  s'ils  ne  sont pas présents. Si cela échoue, Matrix
  99. essayera de cloner l'écran du WB, comme auparavant. Utiliser une profondeur
  100. plus petite permet d'accélérer l'affichage, et est indispensable à l'option
  101. ColourCycle.
  102. · Ajouté l'option Colour pour changer la couleur de la Matrice. [Rafo]
  103. ·  Ajouté l'option ColourCycle pour faire défiler toutes les couleurs de la
  104. palette, comme le fait le blanker livré avec le WB...
  105. ·  Changé  ThreadsLength  en  un  pourcentage  de  la  hauteur  de  l'écran
  106. (threadslength=100  pour avoir 1 "ligne de code" par colonne en moyenne, 50
  107. pour 2 lignes, etc.). Valeur par défaut: 75.
  108. · Changé le nom de la commodité de "Matrix Blanker" en "MatrixBlanker" pour
  109. utiliser avec MagicExchange. [DET Nicolas]
  110. · Corrections et améliorations mineures...
  111.  
  112. === v1.7 (16.12.2001 - distribué sur ma page web)
  113.  
  114. · BugFix: Je libérais un MsgPort avec DeletePort() au lieu de
  115. DeleteMsgPort(). [Frank Wille]
  116. · BugFix: Jusqu'à 9 modeid pouvaient être lus alors que la limite était de 5.
  117. · Beaucoup plus rapide sous CGX3 et CGX4+FORCECHUNKY=0. [merci à Massimo
  118. Tantignone]
  119. · Problème d'affichage sous les dernières versions de CGX (comme sous MOS)
  120. corrigé (causé par un bug de CGX).
  121. · Lorsqu'un argument hors des limites acceptées est fourni par l'utilisateur,
  122. il sera ramené à la limite et non plus à la valeur par défaut (par ex.,
  123. timeout=2 sera changé en 4 et non 240).
  124. · Compilé avec VBCC 0.8a, optimisations activées, pour 68k et MorphOS.
  125. · Enlevé toutes les références au chipset ECS/AGA dans la version MorphOS.
  126. · Changements mineurs et nettoyage du source.
  127.